home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / laserwriter.z / laserwriter
Text File  |  1998-10-30  |  6KB  |  133 lines

  1.  
  2.  
  3.  
  4. LLLLAAAASSSSEEEERRRRWWWWRRRRIIIITTTTEEEERRRR((((1111))))                   IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                    LLLLAAAASSSSEEEERRRRWWWWRRRRIIIITTTTEEEERRRR((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      laserwriter - driver for PostScript printers
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      llllaaaasssseeeerrrrwwwwrrrriiiitttteeeerrrr [----PPPP printername] [----LLLL logfilename]
  13.                  [----DDDD] [----SSSS papersize] [----ssss] [----eeee]
  14.                  [----wwww] [----tttt] [inputfile]
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      _l_a_s_e_r_w_r_i_t_e_r is a System V printer driver for PostScript printers.  The
  18.      _l_a_s_e_r_w_r_i_t_e_r driver communicates with the printer via a serial interface
  19.      port.
  20.  
  21.  
  22. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.      The _l_a_s_e_r_w_r_i_t_e_r driver is a  driver for Apple LaserWriter-compatible
  24.      printers attached to the built-in (/dev/ttyd*) serial ports.  _l_a_s_e_r_w_r_i_t_e_r
  25.      uses _l_i_b_p_o_d(_3) functions to keep the printer object database (POD)
  26.      current, provide feedback on any engine errors encountered.
  27.  
  28.  
  29.      The driver opens and maintains the POD files for the specified printer.
  30.      The file <_p_r_i_n_t_e_r_n_a_m_e>._c_o_n_f_i_g contains the detailed information on the
  31.      printer's capabilities, <_p_r_i_n_t_e_r_n_a_m_e>._s_t_a_t_u_s contains the information on
  32.      operational status of the printer, and <_p_r_i_n_t_e_r_n_a_m_e>._l_o_g contains the
  33.      information on print job history.  For more information on printer
  34.      database files refer to the _l_i_b_p_o_d(_3) man page.
  35.  
  36.  
  37.      While _l_a_s_e_r_w_r_i_t_e_r has the port open, it performs an advisory file lock on
  38.      the parallel port, thereby ensuring that only one _l_a_s_e_r_w_r_i_t_e_r accesses
  39.      the printer at a time.
  40.  
  41.  
  42.      ----PPPP _p_r_i_n_t_e_r_n_a_m_e
  43.                Required: Specifies the printer name, as installed under the
  44.                SGI spooler, and as visible in the printer manager.
  45.  
  46.  
  47.      ----LLLL _l_o_g_f_i_l_e_n_a_m_e
  48.                Specify the name of the file for writing the print spool log
  49.                information. If _l_o_g_f_i_l_e_n_a_m_e is not specified, then the driver
  50.                writes the information to standard error. The _l_o_g_f_i_l_e_n_a_m_e is
  51.                not the same as the printer database log file in
  52.                /var/spool/lp/pod. This option is provided only for
  53.                compatibility with the System V spooler architecture.
  54.  
  55.  
  56.      ----DDDD        Turns on debugging information.  Four levels of debugging
  57.                information are supported: none, coarse detail, medium detail,
  58.                and fine detail.  These correspond to 0, 1, 2, and 3 or more ----DDDD
  59.                switches given on the command line.  That is, multiple -D
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. LLLLAAAASSSSEEEERRRRWWWWRRRRIIIITTTTEEEERRRR((((1111))))                   IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                    LLLLAAAASSSSEEEERRRRWWWWRRRRIIIITTTTEEEERRRR((((1111))))
  71.  
  72.  
  73.  
  74.                options given on the command line result in progressively more
  75.                detailed debugging information.
  76.  
  77.  
  78.      ----SSSS _p_a_p_e_r_s_i_z_e
  79.                Specify the paper size. The default page size is A. The legal
  80.                values are A, A4, Legal and B5. The driver defaults to A size
  81.                paper if the papersize value is invalid.
  82.  
  83.  
  84.      ----ssss        specifies that the driver should exit after ascertaining
  85.                printer status and updating the POD status file.  If an error
  86.                is encountered, however, _l_a_s_e_r_w_r_i_t_e_r will block unless the ----eeee
  87.                switch is given as well. If a quick status update is what you
  88.                want, invoke _l_a_s_e_r_w_r_i_t_e_r with both the ----ssss and the ----eeee options to
  89.                insure that _l_a_s_e_r_w_r_i_t_e_r exits promptly.
  90.  
  91.  
  92.      ----eeee        Specify this flag to exit immediately on fault.  In the absence
  93.                of this flag, the driver waits indefinitely for faults to
  94.                clear.
  95.  
  96.  
  97.      ----wwww        Specify this flag to suppress warning messages in the printer
  98.                status file. By default the warning messages are written to the
  99.                printer status file.
  100.  
  101.  
  102.      ----tttt        Print a test page. When this option is specified the input file
  103.                and standard error are ignored and a test page is printed.
  104.  
  105.  
  106.      [inputfile]
  107.                Specify the name of the file to be printed. If _i_n_p_u_t_f_i_l_e is not
  108.                specified, then the driver reads the input from its standard
  109.                input.
  110.  
  111. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  112.      impressario(1), printstatus(1), printpanel(1), printers(1), libpod(3).
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.